runtime.fixalloc.alloc (method)

13 uses

	runtime (current package)
		malloc.go#L521: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L588: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L596: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L695: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L698: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L89: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L76: func (f *fixalloc) alloc() unsafe.Pointer {
		mgc.go#L1757: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mheap.go#L1117: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1123: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L1944: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L2001: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
		pinner.go#L328: 		rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())